gst-plugins-bad1.0.git
5 months agoMerge gst-plugins-bad1.0 (1.26.2-3+deb13u1) import into refs/heads/workingbranch
Moritz Mühlenhoff [Mon, 30 Mar 2026 21:57:55 +0000 (23:57 +0200)]
Merge gst-plugins-bad1.0 (1.26.2-3+deb13u1) import into refs/heads/workingbranch

5 months ago[PATCH] dvbsuboverlay: Mark parsed byte array as const
Sebastian Dröge [Wed, 25 Feb 2026 15:22:52 +0000 (17:22 +0200)]
[PATCH] dvbsuboverlay: Mark parsed byte array as const

From 7be5f191f01f3a8e114f4c6e8fb783716f51e98a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= <sebastian@centricular.com>
Date: Wed, 11 Feb 2026 20:45:12 +0200
Subject: [PATCH] dvbsuboverlay: Add missing bounds checks to the parser
 everywhere

From 504f965a086ab8cf2d223a1a99d03a71b67458bc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= <sebastian@centricular.com>
Date: Thu, 12 Feb 2026 09:50:23 +0200
Subject: [PATCH] dvbsuboverlay: Avoid integer overflows and unreasonably large
 displays/regions

Gbp-Pq: Name CVE-2026-2923.patch

5 months ago[PATCH] libs: jpegparser: boundary checks before copying it
Víctor Manuel Jáquez Leal [Wed, 11 Feb 2026 21:07:49 +0000 (22:07 +0100)]
[PATCH] libs: jpegparser: boundary checks before copying it

Gbp-Pq: Name CVE-2026-3082.patch

5 months ago[PATCH] h266parser: Fix APS ID bounds check in APS parsing
Carlos Bentzen [Fri, 20 Feb 2026 16:40:24 +0000 (17:40 +0100)]
[PATCH] h266parser: Fix APS ID bounds check in APS parsing

Gbp-Pq: Name CVE-2026-3086.patch

5 months ago[PATCH] h266parser: Fix out of bounds write when parsing pic_timing SEI
Carlos Bentzen [Fri, 20 Feb 2026 12:34:50 +0000 (13:34 +0100)]
[PATCH] h266parser: Fix out of bounds write when parsing pic_timing SEI

Gbp-Pq: Name CVE-2026-3081.patch

5 months ago[PATCH] h266parser: Validate tile index bounds in picture partition parsing
Carlos Bentzen [Fri, 20 Feb 2026 16:10:04 +0000 (17:10 +0100)]
[PATCH] h266parser: Validate tile index bounds in picture partition parsing

Gbp-Pq: Name CVE-2026-3084.patch

5 months ago[PATCH 1/3] h266parser: Fix overflow when parsing subpic_level_info
He Junyan [Tue, 24 Jun 2025 13:40:26 +0000 (21:40 +0800)]
[PATCH 1/3] h266parser: Fix overflow when parsing subpic_level_info

1. non_subpic_layers_fraction, ref_level_idc and ref_level_fraction_minus1
   fields should not have the GST_H266_MAX_SUBLAYERS limitation.
2. Should check max_sublayers_minus1, no more than GST_H266_MAX_SUBLAYERS-1

Fixes ZDI-CAN-27381, CVE-2025-6663

Closes: https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/4503
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9295>

Gbp-Pq: Name 0001-h266parser-Fix-overflow-when-parsing-subpic_level_in.patch

5 months ago[PATCH] Skip failing tests
Marc Leeman [Tue, 19 Dec 2023 10:59:24 +0000 (11:59 +0100)]
[PATCH] Skip failing tests

camerabin:
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1244

netsim:
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/3000

Gbp-Pq: Name Skip-failing-tests.patch

5 months agoopencv data path
Sebastian Dröge [Thu, 17 Jan 2019 15:02:43 +0000 (17:02 +0200)]
opencv data path

Gbp-Pq: Name 02_opencv-data-path.patch

5 months agogst-plugins-bad1.0 (1.26.2-3+deb13u1) trixie-security; urgency=medium
Moritz Mühlenhoff [Mon, 30 Mar 2026 21:57:55 +0000 (23:57 +0200)]
gst-plugins-bad1.0 (1.26.2-3+deb13u1) trixie-security; urgency=medium

  * CVE-2026-2923
  * CVE-2026-3081
  * CVE-2026-3082
  * CVE-2026-3084
  * CVE-2026-3086

[dgit import unpatched gst-plugins-bad1.0 1.26.2-3+deb13u1]

5 months agoImport gst-plugins-bad1.0_1.26.2-3+deb13u1.debian.tar.xz
Moritz Mühlenhoff [Mon, 30 Mar 2026 21:57:55 +0000 (23:57 +0200)]
Import gst-plugins-bad1.0_1.26.2-3+deb13u1.debian.tar.xz

[dgit import tarball gst-plugins-bad1.0 1.26.2-3+deb13u1 gst-plugins-bad1.0_1.26.2-3+deb13u1.debian.tar.xz]

14 months agoMerge gst-plugins-bad1.0 (1.26.2-3) import into refs/heads/workingbranch
Marc Leeman [Thu, 10 Jul 2025 08:07:14 +0000 (10:07 +0200)]
Merge gst-plugins-bad1.0 (1.26.2-3) import into refs/heads/workingbranch

14 months ago[PATCH 1/3] h266parser: Fix overflow when parsing subpic_level_info
He Junyan [Tue, 24 Jun 2025 13:40:26 +0000 (21:40 +0800)]
[PATCH 1/3] h266parser: Fix overflow when parsing subpic_level_info

1. non_subpic_layers_fraction, ref_level_idc and ref_level_fraction_minus1
   fields should not have the GST_H266_MAX_SUBLAYERS limitation.
2. Should check max_sublayers_minus1, no more than GST_H266_MAX_SUBLAYERS-1

Fixes ZDI-CAN-27381, CVE-2025-6663

Closes: https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/4503
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9295>

Gbp-Pq: Name 0001-h266parser-Fix-overflow-when-parsing-subpic_level_in.patch

14 months ago[PATCH] Skip failing tests
Marc Leeman [Tue, 19 Dec 2023 10:59:24 +0000 (11:59 +0100)]
[PATCH] Skip failing tests

camerabin:
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1244

netsim:
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/3000

Gbp-Pq: Name Skip-failing-tests.patch

14 months agoopencv data path
Sebastian Dröge [Thu, 17 Jan 2019 15:02:43 +0000 (17:02 +0200)]
opencv data path

Gbp-Pq: Name 02_opencv-data-path.patch

14 months agogst-plugins-bad1.0 (1.26.2-3) unstable; urgency=medium
Marc Leeman [Thu, 10 Jul 2025 08:07:14 +0000 (10:07 +0200)]
gst-plugins-bad1.0 (1.26.2-3) unstable; urgency=medium

  * d/patches: 0001-h266parser-Fix-overflow-when-parsing-subpic_level_in.patch
    - Fix CVE-2025-6663 (Closes: #1108973)
      Fix overflow when parsing subpic_level_info in H.266 parser

[dgit import unpatched gst-plugins-bad1.0 1.26.2-3]

14 months agoImport gst-plugins-bad1.0_1.26.2-3.debian.tar.xz
Marc Leeman [Thu, 10 Jul 2025 08:07:14 +0000 (10:07 +0200)]
Import gst-plugins-bad1.0_1.26.2-3.debian.tar.xz

[dgit import tarball gst-plugins-bad1.0 1.26.2-3 gst-plugins-bad1.0_1.26.2-3.debian.tar.xz]

15 months agoMerge gst-plugins-bad1.0 (1.26.2-2) import into refs/heads/workingbranch
Marc Leeman [Wed, 11 Jun 2025 11:21:39 +0000 (13:21 +0200)]
Merge gst-plugins-bad1.0 (1.26.2-2) import into refs/heads/workingbranch

15 months ago[PATCH] Skip failing tests
Marc Leeman [Tue, 19 Dec 2023 10:59:24 +0000 (11:59 +0100)]
[PATCH] Skip failing tests

camerabin:
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1244

netsim:
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/3000

Gbp-Pq: Name Skip-failing-tests.patch

15 months agoopencv data path
Sebastian Dröge [Thu, 17 Jan 2019 15:02:43 +0000 (17:02 +0200)]
opencv data path

Gbp-Pq: Name 02_opencv-data-path.patch

15 months agogst-plugins-bad1.0 (1.26.2-2) unstable; urgency=medium
Marc Leeman [Wed, 11 Jun 2025 11:21:39 +0000 (13:21 +0200)]
gst-plugins-bad1.0 (1.26.2-2) unstable; urgency=medium

  * Revert "d/rules: gstcuda missing on arm" (Closes: #1107628)

[dgit import unpatched gst-plugins-bad1.0 1.26.2-2]

15 months agoImport gst-plugins-bad1.0_1.26.2-2.debian.tar.xz
Marc Leeman [Wed, 11 Jun 2025 11:21:39 +0000 (13:21 +0200)]
Import gst-plugins-bad1.0_1.26.2-2.debian.tar.xz

[dgit import tarball gst-plugins-bad1.0 1.26.2-2 gst-plugins-bad1.0_1.26.2-2.debian.tar.xz]

15 months agoImport gst-plugins-bad1.0_1.26.2.orig.tar.xz
Marc Leeman [Fri, 30 May 2025 07:28:42 +0000 (09:28 +0200)]
Import gst-plugins-bad1.0_1.26.2.orig.tar.xz

[dgit import orig gst-plugins-bad1.0_1.26.2.orig.tar.xz]

16 months agoMerge gst-plugins-bad1.0 (1.26.1-1) import into refs/heads/workingbranch
Marc Leeman [Fri, 25 Apr 2025 07:47:03 +0000 (09:47 +0200)]
Merge gst-plugins-bad1.0 (1.26.1-1) import into refs/heads/workingbranch

16 months ago[PATCH] Skip failing tests
Marc Leeman [Tue, 19 Dec 2023 10:59:24 +0000 (11:59 +0100)]
[PATCH] Skip failing tests

camerabin:
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1244

netsim:
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/3000

Gbp-Pq: Name Skip-failing-tests.patch

16 months agoopencv data path
Sebastian Dröge [Thu, 17 Jan 2019 15:02:43 +0000 (17:02 +0200)]
opencv data path

Gbp-Pq: Name 02_opencv-data-path.patch

16 months agogst-plugins-bad1.0 (1.26.1-1) unstable; urgency=medium
Marc Leeman [Fri, 25 Apr 2025 07:47:03 +0000 (09:47 +0200)]
gst-plugins-bad1.0 (1.26.1-1) unstable; urgency=medium

  * d/copyright: add default
  * d/patches: remove 0002-test-latomic.patch
  * New upstream version 1.26.1

[dgit import unpatched gst-plugins-bad1.0 1.26.1-1]

16 months agoImport gst-plugins-bad1.0_1.26.1.orig.tar.xz
Marc Leeman [Fri, 25 Apr 2025 07:47:03 +0000 (09:47 +0200)]
Import gst-plugins-bad1.0_1.26.1.orig.tar.xz

[dgit import orig gst-plugins-bad1.0_1.26.1.orig.tar.xz]

16 months agoImport gst-plugins-bad1.0_1.26.1-1.debian.tar.xz
Marc Leeman [Fri, 25 Apr 2025 07:47:03 +0000 (09:47 +0200)]
Import gst-plugins-bad1.0_1.26.1-1.debian.tar.xz

[dgit import tarball gst-plugins-bad1.0 1.26.1-1 gst-plugins-bad1.0_1.26.1-1.debian.tar.xz]

18 months agoMerge gst-plugins-bad1.0 (1.26.0-1) import into refs/heads/workingbranch
Marc Leeman [Wed, 12 Mar 2025 09:50:20 +0000 (10:50 +0100)]
Merge gst-plugins-bad1.0 (1.26.0-1) import into refs/heads/workingbranch

18 months agotest-latomic
Maintainers of GStreamer packages [Wed, 12 Mar 2025 09:50:20 +0000 (10:50 +0100)]
test-latomic

===================================================================

Gbp-Pq: Name 0002-test-latomic.patch

18 months ago[PATCH] Skip failing tests
Marc Leeman [Tue, 19 Dec 2023 10:59:24 +0000 (11:59 +0100)]
[PATCH] Skip failing tests

camerabin:
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1244

netsim:
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/3000

Gbp-Pq: Name Skip-failing-tests.patch

18 months agoopencv data path
Sebastian Dröge [Thu, 17 Jan 2019 15:02:43 +0000 (17:02 +0200)]
opencv data path

Gbp-Pq: Name 02_opencv-data-path.patch

18 months agogst-plugins-bad1.0 (1.26.0-1) unstable; urgency=medium
Marc Leeman [Wed, 12 Mar 2025 09:50:20 +0000 (10:50 +0100)]
gst-plugins-bad1.0 (1.26.0-1) unstable; urgency=medium

  [ Marc Leeman ]
  * Revert "d/watch: pin on 1.24.x"
  * New upstream version 1.26.0
  * d/patches: remove 0001-fix-build-without-wayland.patch
  * d/patches: refresh Skip-failing-tests.patch
  * d/rules: cuda-nvmm not available in debian yet
  * d/rules: disable android media
  * d/rules: cevc not in debian yet
  * d/rules: nvcomp not in debian yet
  * d/rules: nvdswrapper not in debian yet
  * d/rules: svtjpegxs not in debian yet
  * d/install: install libgsttensordecoders.so
  * d/control: bump GStreamer version dependency
  * d/patches: test for latomic generic
  * d/rules: gstcuda missing on arm
  * d/patches: disable libs_vkwindow elements_vkdeviceprovider
  * Revert "d/install: remove libweebrtcdsp"
  * d/: disable webrtcdsp for hurd
  * d/control: update dependency version to 1.25.90

  [ Jeremy Bícha ]
  * Mark -good as only needed for build tests

  [ Marc Leeman ]
  * d/control: update GStreamer dependencies to >= 1.26.0

[dgit import unpatched gst-plugins-bad1.0 1.26.0-1]

18 months agoImport gst-plugins-bad1.0_1.26.0.orig.tar.xz
Marc Leeman [Wed, 12 Mar 2025 09:50:20 +0000 (10:50 +0100)]
Import gst-plugins-bad1.0_1.26.0.orig.tar.xz

[dgit import orig gst-plugins-bad1.0_1.26.0.orig.tar.xz]

18 months agoImport gst-plugins-bad1.0_1.26.0-1.debian.tar.xz
Marc Leeman [Wed, 12 Mar 2025 09:50:20 +0000 (10:50 +0100)]
Import gst-plugins-bad1.0_1.26.0-1.debian.tar.xz

[dgit import tarball gst-plugins-bad1.0 1.26.0-1 gst-plugins-bad1.0_1.26.0-1.debian.tar.xz]

18 months agoMerge gst-plugins-bad1.0 (1.24.12-3) import into refs/heads/workingbranch
Marc Leeman [Wed, 19 Feb 2025 12:04:59 +0000 (13:04 +0100)]
Merge gst-plugins-bad1.0 (1.24.12-3) import into refs/heads/workingbranch

18 months agofix-build-without-wayland
Maintainers of GStreamer packages [Wed, 19 Feb 2025 12:04:59 +0000 (13:04 +0100)]
fix-build-without-wayland

commit 5cc93d5002f1f3f22738eddc28724191e28cbfb3
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Mon Dec 30 21:59:03 2024 +0100

    meson: Fix build with gtk3 but not wayland

Gbp-Pq: Name 0001-fix-build-without-wayland.patch

18 months ago[PATCH] Skip failing tests
Marc Leeman [Tue, 19 Dec 2023 10:59:24 +0000 (11:59 +0100)]
[PATCH] Skip failing tests

camerabin:
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1244

netsim:
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/3000

Gbp-Pq: Name Skip-failing-tests.patch

18 months agoopencv data path
Sebastian Dröge [Thu, 17 Jan 2019 15:02:43 +0000 (17:02 +0200)]
opencv data path

Gbp-Pq: Name 02_opencv-data-path.patch

18 months agogst-plugins-bad1.0 (1.24.12-3) unstable; urgency=medium
Marc Leeman [Wed, 19 Feb 2025 12:04:59 +0000 (13:04 +0100)]
gst-plugins-bad1.0 (1.24.12-3) unstable; urgency=medium

  * d/: disable webrtcdsp for hurd

[dgit import unpatched gst-plugins-bad1.0 1.24.12-3]

18 months agoImport gst-plugins-bad1.0_1.24.12-3.debian.tar.xz
Marc Leeman [Wed, 19 Feb 2025 12:04:59 +0000 (13:04 +0100)]
Import gst-plugins-bad1.0_1.24.12-3.debian.tar.xz

[dgit import tarball gst-plugins-bad1.0 1.24.12-3 gst-plugins-bad1.0_1.24.12-3.debian.tar.xz]

19 months agoMerge gst-plugins-bad1.0 (1.24.12-2) import into refs/heads/workingbranch
Marc Leeman [Thu, 30 Jan 2025 13:50:34 +0000 (14:50 +0100)]
Merge gst-plugins-bad1.0 (1.24.12-2) import into refs/heads/workingbranch

19 months agofix-build-without-wayland
Maintainers of GStreamer packages [Thu, 30 Jan 2025 13:50:34 +0000 (14:50 +0100)]
fix-build-without-wayland

commit 5cc93d5002f1f3f22738eddc28724191e28cbfb3
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Mon Dec 30 21:59:03 2024 +0100

    meson: Fix build with gtk3 but not wayland

Gbp-Pq: Name 0001-fix-build-without-wayland.patch

19 months ago[PATCH] Skip failing tests
Marc Leeman [Tue, 19 Dec 2023 10:59:24 +0000 (11:59 +0100)]
[PATCH] Skip failing tests

camerabin:
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1244

netsim:
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/3000

Gbp-Pq: Name Skip-failing-tests.patch

19 months agoopencv data path
Sebastian Dröge [Thu, 17 Jan 2019 15:02:43 +0000 (17:02 +0200)]
opencv data path

Gbp-Pq: Name 02_opencv-data-path.patch

19 months agogst-plugins-bad1.0 (1.24.12-2) unstable; urgency=medium
Marc Leeman [Thu, 30 Jan 2025 13:50:34 +0000 (14:50 +0100)]
gst-plugins-bad1.0 (1.24.12-2) unstable; urgency=medium

  * Revert "d/install: remove libweebrtcdsp"
  * Revert "d/control: libwebrtc-audio-processing-dev removed"
  * Revert "d/rules: webrtcdsp disabled" (Closes: #1094638)

[dgit import unpatched gst-plugins-bad1.0 1.24.12-2]

19 months agoImport gst-plugins-bad1.0_1.24.12-2.debian.tar.xz
Marc Leeman [Thu, 30 Jan 2025 13:50:34 +0000 (14:50 +0100)]
Import gst-plugins-bad1.0_1.24.12-2.debian.tar.xz

[dgit import tarball gst-plugins-bad1.0 1.24.12-2 gst-plugins-bad1.0_1.24.12-2.debian.tar.xz]

19 months agoImport gst-plugins-bad1.0_1.24.12.orig.tar.xz
Marc Leeman [Thu, 30 Jan 2025 08:17:48 +0000 (09:17 +0100)]
Import gst-plugins-bad1.0_1.24.12.orig.tar.xz

[dgit import orig gst-plugins-bad1.0_1.24.12.orig.tar.xz]

20 months agoMerge gst-plugins-bad1.0 (1.24.11-3) import into refs/heads/workingbranch
Marc Leeman [Thu, 9 Jan 2025 13:04:09 +0000 (14:04 +0100)]
Merge gst-plugins-bad1.0 (1.24.11-3) import into refs/heads/workingbranch

20 months agofix-build-without-wayland
Maintainers of GStreamer packages [Thu, 9 Jan 2025 13:04:09 +0000 (14:04 +0100)]
fix-build-without-wayland

commit 5cc93d5002f1f3f22738eddc28724191e28cbfb3
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Mon Dec 30 21:59:03 2024 +0100

    meson: Fix build with gtk3 but not wayland

Gbp-Pq: Name 0001-fix-build-without-wayland.patch

20 months ago[PATCH] Skip failing tests
Marc Leeman [Tue, 19 Dec 2023 10:59:24 +0000 (11:59 +0100)]
[PATCH] Skip failing tests

camerabin:
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1244

netsim:
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/3000

Gbp-Pq: Name Skip-failing-tests.patch

20 months agoopencv data path
Sebastian Dröge [Thu, 17 Jan 2019 15:02:43 +0000 (17:02 +0200)]
opencv data path

Gbp-Pq: Name 02_opencv-data-path.patch

20 months agogst-plugins-bad1.0 (1.24.11-3) unstable; urgency=medium
Marc Leeman [Thu, 9 Jan 2025 13:04:09 +0000 (14:04 +0100)]
gst-plugins-bad1.0 (1.24.11-3) unstable; urgency=medium

  * d/rules: remove modules that break hurd-any (Closes: #1091759)
  * d/patches: fix build without wayland

[dgit import unpatched gst-plugins-bad1.0 1.24.11-3]

20 months agoImport gst-plugins-bad1.0_1.24.11-3.debian.tar.xz
Marc Leeman [Thu, 9 Jan 2025 13:04:09 +0000 (14:04 +0100)]
Import gst-plugins-bad1.0_1.24.11-3.debian.tar.xz

[dgit import tarball gst-plugins-bad1.0 1.24.11-3 gst-plugins-bad1.0_1.24.11-3.debian.tar.xz]

20 months agoImport gst-plugins-bad1.0_1.24.11.orig.tar.xz
Marc Leeman [Wed, 8 Jan 2025 09:24:23 +0000 (10:24 +0100)]
Import gst-plugins-bad1.0_1.24.11.orig.tar.xz

[dgit import orig gst-plugins-bad1.0_1.24.11.orig.tar.xz]

21 months agoMerge gst-plugins-bad1.0 (1.24.10-2) import into refs/heads/workingbranch
Marc Leeman [Thu, 5 Dec 2024 10:38:16 +0000 (11:38 +0100)]
Merge gst-plugins-bad1.0 (1.24.10-2) import into refs/heads/workingbranch

21 months ago[PATCH] meson: Drop max version bound from neon
Jan Alexander Steffens (heftig) [Fri, 29 Nov 2024 13:41:12 +0000 (14:41 +0100)]
[PATCH] meson: Drop max version bound from neon

Neon 0.34.0 broke the build again, but the API+ABI has been stable since
0.27 and the library is so-versioned.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8008>

Gbp-Pq: Name 0001_drop-max-version-bound-neon.patch

21 months ago[PATCH] Skip failing tests
Marc Leeman [Tue, 19 Dec 2023 10:59:24 +0000 (11:59 +0100)]
[PATCH] Skip failing tests

camerabin:
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1244

netsim:
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/3000

Gbp-Pq: Name Skip-failing-tests.patch

21 months agoopencv data path
Sebastian Dröge [Thu, 17 Jan 2019 15:02:43 +0000 (17:02 +0200)]
opencv data path

Gbp-Pq: Name 02_opencv-data-path.patch

21 months agogst-plugins-bad1.0 (1.24.10-2) unstable; urgency=medium
Marc Leeman [Thu, 5 Dec 2024 10:38:16 +0000 (11:38 +0100)]
gst-plugins-bad1.0 (1.24.10-2) unstable; urgency=medium

  * d/patches: meson: Drop max version bound from neon

[dgit import unpatched gst-plugins-bad1.0 1.24.10-2]

21 months agoImport gst-plugins-bad1.0_1.24.10-2.debian.tar.xz
Marc Leeman [Thu, 5 Dec 2024 10:38:16 +0000 (11:38 +0100)]
Import gst-plugins-bad1.0_1.24.10-2.debian.tar.xz

[dgit import tarball gst-plugins-bad1.0 1.24.10-2 gst-plugins-bad1.0_1.24.10-2.debian.tar.xz]

21 months agoImport gst-plugins-bad1.0_1.24.10.orig.tar.xz
Marc Leeman [Wed, 4 Dec 2024 09:28:52 +0000 (10:28 +0100)]
Import gst-plugins-bad1.0_1.24.10.orig.tar.xz

[dgit import orig gst-plugins-bad1.0_1.24.10.orig.tar.xz]

22 months agoMerge gst-plugins-bad1.0 (1.24.9-1) import into refs/heads/workingbranch
Marc Leeman [Thu, 31 Oct 2024 08:11:43 +0000 (09:11 +0100)]
Merge gst-plugins-bad1.0 (1.24.9-1) import into refs/heads/workingbranch

22 months ago[PATCH] Skip failing tests
Marc Leeman [Tue, 19 Dec 2023 10:59:24 +0000 (11:59 +0100)]
[PATCH] Skip failing tests

camerabin:
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1244

netsim:
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/3000

Gbp-Pq: Name Skip-failing-tests.patch

22 months agoopencv data path
Sebastian Dröge [Thu, 17 Jan 2019 15:02:43 +0000 (17:02 +0200)]
opencv data path

Gbp-Pq: Name 02_opencv-data-path.patch

22 months agogst-plugins-bad1.0 (1.24.9-1) unstable; urgency=medium
Marc Leeman [Thu, 31 Oct 2024 08:11:43 +0000 (09:11 +0100)]
gst-plugins-bad1.0 (1.24.9-1) unstable; urgency=medium

  * New upstream version 1.24.9

[dgit import unpatched gst-plugins-bad1.0 1.24.9-1]

22 months agoImport gst-plugins-bad1.0_1.24.9.orig.tar.xz
Marc Leeman [Thu, 31 Oct 2024 08:11:43 +0000 (09:11 +0100)]
Import gst-plugins-bad1.0_1.24.9.orig.tar.xz

[dgit import orig gst-plugins-bad1.0_1.24.9.orig.tar.xz]

22 months agoImport gst-plugins-bad1.0_1.24.9-1.debian.tar.xz
Marc Leeman [Thu, 31 Oct 2024 08:11:43 +0000 (09:11 +0100)]
Import gst-plugins-bad1.0_1.24.9-1.debian.tar.xz

[dgit import tarball gst-plugins-bad1.0 1.24.9-1 gst-plugins-bad1.0_1.24.9-1.debian.tar.xz]

23 months agoMerge gst-plugins-bad1.0 (1.24.8-2) import into refs/heads/workingbranch
Jeremy Bícha [Thu, 26 Sep 2024 12:52:08 +0000 (08:52 -0400)]
Merge gst-plugins-bad1.0 (1.24.8-2) import into refs/heads/workingbranch

23 months ago[PATCH] Skip failing tests
Marc Leeman [Tue, 19 Dec 2023 10:59:24 +0000 (11:59 +0100)]
[PATCH] Skip failing tests

camerabin:
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1244

netsim:
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/3000

Gbp-Pq: Name Skip-failing-tests.patch

23 months agoopencv data path
Sebastian Dröge [Thu, 17 Jan 2019 15:02:43 +0000 (17:02 +0200)]
opencv data path

Gbp-Pq: Name 02_opencv-data-path.patch

23 months agogst-plugins-bad1.0 (1.24.8-2) unstable; urgency=medium
Jeremy Bícha [Thu, 26 Sep 2024 12:52:08 +0000 (08:52 -0400)]
gst-plugins-bad1.0 (1.24.8-2) unstable; urgency=medium

  * Team upload
  * Stop buildling the intel-mediasdk support: no longer developed by Intel

[dgit import unpatched gst-plugins-bad1.0 1.24.8-2]

23 months agoImport gst-plugins-bad1.0_1.24.8-2.debian.tar.xz
Jeremy Bícha [Thu, 26 Sep 2024 12:52:08 +0000 (08:52 -0400)]
Import gst-plugins-bad1.0_1.24.8-2.debian.tar.xz

[dgit import tarball gst-plugins-bad1.0 1.24.8-2 gst-plugins-bad1.0_1.24.8-2.debian.tar.xz]

23 months agoMerge gst-plugins-bad1.0 (1.24.8-1) import into refs/heads/workingbranch
Marc Leeman [Thu, 19 Sep 2024 12:23:17 +0000 (14:23 +0200)]
Merge gst-plugins-bad1.0 (1.24.8-1) import into refs/heads/workingbranch

23 months agoImport gst-plugins-bad1.0_1.24.8.orig.tar.xz
Marc Leeman [Thu, 19 Sep 2024 12:23:17 +0000 (14:23 +0200)]
Import gst-plugins-bad1.0_1.24.8.orig.tar.xz

[dgit import orig gst-plugins-bad1.0_1.24.8.orig.tar.xz]

23 months ago[PATCH] Skip failing tests
Marc Leeman [Tue, 19 Dec 2023 10:59:24 +0000 (11:59 +0100)]
[PATCH] Skip failing tests

camerabin:
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1244

netsim:
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/3000

Gbp-Pq: Name Skip-failing-tests.patch

23 months agoopencv data path
Sebastian Dröge [Thu, 17 Jan 2019 15:02:43 +0000 (17:02 +0200)]
opencv data path

Gbp-Pq: Name 02_opencv-data-path.patch

23 months agogst-plugins-bad1.0 (1.24.8-1) unstable; urgency=medium
Marc Leeman [Thu, 19 Sep 2024 12:23:17 +0000 (14:23 +0200)]
gst-plugins-bad1.0 (1.24.8-1) unstable; urgency=medium

  [ Jeremy Bícha ]
  * Remove unused Build-Depends: libiptcdata0-dev

  [ Marc Leeman ]
  * New upstream version 1.24.8

[dgit import unpatched gst-plugins-bad1.0 1.24.8-1]

23 months agoImport gst-plugins-bad1.0_1.24.8-1.debian.tar.xz
Marc Leeman [Thu, 19 Sep 2024 12:23:17 +0000 (14:23 +0200)]
Import gst-plugins-bad1.0_1.24.8-1.debian.tar.xz

[dgit import tarball gst-plugins-bad1.0 1.24.8-1 gst-plugins-bad1.0_1.24.8-1.debian.tar.xz]

2 years agoMerge gst-plugins-bad1.0 (1.24.7-1) import into refs/heads/workingbranch
Marc Leeman [Wed, 21 Aug 2024 15:28:03 +0000 (17:28 +0200)]
Merge gst-plugins-bad1.0 (1.24.7-1) import into refs/heads/workingbranch

2 years ago[PATCH] Skip failing tests
Marc Leeman [Tue, 19 Dec 2023 10:59:24 +0000 (11:59 +0100)]
[PATCH] Skip failing tests

camerabin:
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1244

netsim:
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/3000

Gbp-Pq: Name Skip-failing-tests.patch

2 years agoopencv data path
Sebastian Dröge [Thu, 17 Jan 2019 15:02:43 +0000 (17:02 +0200)]
opencv data path

Gbp-Pq: Name 02_opencv-data-path.patch

2 years agogst-plugins-bad1.0 (1.24.7-1) unstable; urgency=medium
Marc Leeman [Wed, 21 Aug 2024 15:28:03 +0000 (17:28 +0200)]
gst-plugins-bad1.0 (1.24.7-1) unstable; urgency=medium

  * d/rules: debian-rules-parses-dpkg-parsechangelog
  * New upstream version 1.24.7

[dgit import unpatched gst-plugins-bad1.0 1.24.7-1]

2 years agoImport gst-plugins-bad1.0_1.24.7.orig.tar.xz
Marc Leeman [Wed, 21 Aug 2024 15:28:03 +0000 (17:28 +0200)]
Import gst-plugins-bad1.0_1.24.7.orig.tar.xz

[dgit import orig gst-plugins-bad1.0_1.24.7.orig.tar.xz]

2 years agoImport gst-plugins-bad1.0_1.24.7-1.debian.tar.xz
Marc Leeman [Wed, 21 Aug 2024 15:28:03 +0000 (17:28 +0200)]
Import gst-plugins-bad1.0_1.24.7-1.debian.tar.xz

[dgit import tarball gst-plugins-bad1.0 1.24.7-1 gst-plugins-bad1.0_1.24.7-1.debian.tar.xz]

2 years agoMerge gst-plugins-bad1.0 (1.24.6-1) import into refs/heads/workingbranch
Marc Leeman [Mon, 29 Jul 2024 16:55:52 +0000 (18:55 +0200)]
Merge gst-plugins-bad1.0 (1.24.6-1) import into refs/heads/workingbranch

2 years ago[PATCH] Skip failing tests
Marc Leeman [Tue, 19 Dec 2023 10:59:24 +0000 (11:59 +0100)]
[PATCH] Skip failing tests

camerabin:
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1244

netsim:
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/3000

Gbp-Pq: Name Skip-failing-tests.patch

2 years agoopencv data path
Sebastian Dröge [Thu, 17 Jan 2019 15:02:43 +0000 (17:02 +0200)]
opencv data path

Gbp-Pq: Name 02_opencv-data-path.patch

2 years agogst-plugins-bad1.0 (1.24.6-1) unstable; urgency=medium
Marc Leeman [Mon, 29 Jul 2024 16:55:52 +0000 (18:55 +0200)]
gst-plugins-bad1.0 (1.24.6-1) unstable; urgency=medium

  * New upstream version 1.24.6

[dgit import unpatched gst-plugins-bad1.0 1.24.6-1]

2 years agoImport gst-plugins-bad1.0_1.24.6.orig.tar.xz
Marc Leeman [Mon, 29 Jul 2024 16:55:52 +0000 (18:55 +0200)]
Import gst-plugins-bad1.0_1.24.6.orig.tar.xz

[dgit import orig gst-plugins-bad1.0_1.24.6.orig.tar.xz]

2 years agoImport gst-plugins-bad1.0_1.24.6-1.debian.tar.xz
Marc Leeman [Mon, 29 Jul 2024 16:55:52 +0000 (18:55 +0200)]
Import gst-plugins-bad1.0_1.24.6-1.debian.tar.xz

[dgit import tarball gst-plugins-bad1.0 1.24.6-1 gst-plugins-bad1.0_1.24.6-1.debian.tar.xz]

2 years agoMerge gst-plugins-bad1.0 (1.24.5-1) import into refs/heads/workingbranch
Marc Leeman [Thu, 20 Jun 2024 14:29:50 +0000 (16:29 +0200)]
Merge gst-plugins-bad1.0 (1.24.5-1) import into refs/heads/workingbranch

2 years ago[PATCH] Skip failing tests
Marc Leeman [Tue, 19 Dec 2023 10:59:24 +0000 (11:59 +0100)]
[PATCH] Skip failing tests

camerabin:
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1244

netsim:
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/3000

Gbp-Pq: Name Skip-failing-tests.patch

2 years agoopencv data path
Sebastian Dröge [Thu, 17 Jan 2019 15:02:43 +0000 (17:02 +0200)]
opencv data path

Gbp-Pq: Name 02_opencv-data-path.patch

2 years agogst-plugins-bad1.0 (1.24.5-1) unstable; urgency=medium
Marc Leeman [Thu, 20 Jun 2024 14:29:50 +0000 (16:29 +0200)]
gst-plugins-bad1.0 (1.24.5-1) unstable; urgency=medium

  * New upstream version 1.24.5

[dgit import unpatched gst-plugins-bad1.0 1.24.5-1]

2 years agoImport gst-plugins-bad1.0_1.24.5.orig.tar.xz
Marc Leeman [Thu, 20 Jun 2024 14:29:50 +0000 (16:29 +0200)]
Import gst-plugins-bad1.0_1.24.5.orig.tar.xz

[dgit import orig gst-plugins-bad1.0_1.24.5.orig.tar.xz]

2 years agoImport gst-plugins-bad1.0_1.24.5-1.debian.tar.xz
Marc Leeman [Thu, 20 Jun 2024 14:29:50 +0000 (16:29 +0200)]
Import gst-plugins-bad1.0_1.24.5-1.debian.tar.xz

[dgit import tarball gst-plugins-bad1.0 1.24.5-1 gst-plugins-bad1.0_1.24.5-1.debian.tar.xz]

2 years agoMerge gst-plugins-bad1.0 (1.24.4-2) import into refs/heads/workingbranch
Marc Leeman [Tue, 11 Jun 2024 09:33:12 +0000 (11:33 +0200)]
Merge gst-plugins-bad1.0 (1.24.4-2) import into refs/heads/workingbranch

2 years ago[PATCH] Skip failing tests
Marc Leeman [Tue, 19 Dec 2023 10:59:24 +0000 (11:59 +0100)]
[PATCH] Skip failing tests

camerabin:
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1244

netsim:
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/3000

Gbp-Pq: Name Skip-failing-tests.patch